Rhapsody Developer Release Copyright 1997 by Apple Computer, Inc. All Rights Reserved.

Rhapsody Developer Release Notes:
Installation

These notes are for the Rhaspody installation process, including the installation tools that are used to boot the system from a CD, install a base system, and install packages and updates to the system.

 

Notes Specific to Rhapsody Developer Release

New Features

Installing With installer.sh

You can install packages using installer.sh. To do this, launch the Terminal application (in /NextApps) and enter the following:

installer.sh -install packagePath destinationPath

Since some packages required a specific destination location, the script might return the error message "This package is not relocatable." If this happens, enter the command again, but without including the destination path.

You can get information on a package by entering:

installer.sh -info packagePath

To get additional information about installer.h, enter:

instsaller.sh --h

 

Installing "Fat" Developer Libraries

After installing the system, insert the installation CD. As root enter the following in a Terminal shell:

cd CD name/NextCD/Packages
installer.sh --verbose DeveloperLibs.pkg

The script prints out a few lines stating the status of the installation. Upon completion of the installer script, press Command-Power to get the Restart panel. Then enter "r" to reboot the system.

The reboot is necessary because the System.framework shared library changed and the system's dynamic linker has invalid offsets to the old System.framework.

 

Known Problems